home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilrexx / mimonoff.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  43 lines

  1. Short:    Get MIAMI Online/Offline from CLI
  2. Author:   kennecni@idgOnline.no (Kenneth C. Nilsen)
  3. Uploader: kennecni@idgOnline.no (Kenneth C. Nilsen)
  4. Type:     util/rexx
  5. Requires: Miami 
  6.  
  7.  
  8. FREEWARE
  9.  
  10. Two arexx + two dos scripts to allow you go online or offline from CLI/Shell
  11. without having to start Miami first.
  12.  
  13. Type 'Online' from CLI and the script will check if Miami is running. If not
  14. it will start it, send the arexx command "Online" to Miami and the miami will
  15. execute the procedure. If everything went ok, this script will hide Miami.
  16. It will also tell your current IP address if you log your dialups.
  17.  
  18. Type 'Offline' from CLI and the script will check if Miami is running. If not
  19. it will end and prompt user that he is not online. If Online the script will
  20. send the arexx command "Offline" to Miami telling it to stop. If Miami can't
  21. get offline, script will prompt user telling so.
  22.  
  23. Execute the DOS installer script. If will check all files for existing and if
  24. some files do exist with the same path/name it will skip copying. The script
  25. also set right protection bits "s" for the dos scripts and it will copy the
  26. arexx script to sys:rexx/
  27.  
  28.  
  29. PREPARING: You have to edit the path to 'Miami' in the two arexx. scripts:
  30.  
  31.     Rexx:MiamiOnline.rexx        - edit path
  32.     Rexx:MiamiOffline.rexx        - edit path
  33.  
  34. You also have to use miami dialup-log to 'somewhere' if you want to get your
  35. local IP address. The installer script will ask for location.
  36.  
  37. The 'GetIP' command will parse the logscript and extract the IP address and
  38. then type it in console. The path to dialuplog is automatically added to
  39. S:Online. GetIP defaults to "T:IP"
  40.  
  41.  
  42. E-mail author: kennecni@IDGonline.no
  43.